C1.Maui.Core Assembly / C1.Maui.Core Namespace / C1IconTemplate Class / C1IconTemplate Constructor / C1IconTemplate Constructor(Func<C1Icon>)
The function that creates the icon. New instances must be created every time.
In This Topic
C1IconTemplate Constructor(Func<C1Icon>)
In This Topic
Initializes a new instance of the C1IconTemplate class.
Syntax
public C1IconTemplate( 
   Func<C1Icon> createIcon
)

Parameters

createIcon
The function that creates the icon. New instances must be created every time.
See Also